README - Drone Telemetry Dataset
================================

This README file provides context and usage guidance for the accompanying drone telemetry dataset file.

Dataset Description:
--------------------
The dataset contains telemetry data recorded during a drone flight operation. Each row represents a snapshot in time,
capturing various parameters such as location, altitude, heading, flight mode, and battery status.

File Format: CSV (Comma-Separated Values)

Key Features:
-------------
- Timestamped flight data in UTC
- GPS coordinates (Latitude and Longitude)
- Altitude and airspeed measurements
- Drone heading direction
- Battery voltage and charge percentage
- Flight mode information

Column Descriptions:
--------------------
A full explanation of each column in the dataset is provided in the accompanying file `data_dictionary.csv`.
This dictionary outlines the meaning of each field to aid in proper data analysis and interpretation.

Usage:
------
This data can be used for:
- Analyzing drone flight paths and behavior
- Monitoring battery performance during flight
- Validating autonomous navigation systems
- Research and academic studies involving UAV telemetry

Please consult `Drone_Flights_data_dictionary.csv` for detailed field definitions before using the dataset.

